home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03B2.DIR / Internal_13_playagain.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  102 b   |  6 lines

  1. on mouseDown
  2.   if bounceButton(the clickOn) then
  3.     go(1, the moviePath & "L05A1a.dir")
  4.   end if
  5. end
  6.